
body {
	text-align:center;
	background:#CC0000;
	font-family:arial;
	font-size:11pt;
 	color:white;
     }


/* "auto" makes the left and right margins center the wrapper */

#wrap { 
	width: 1024px; 
	margin: 0 auto; 
	text-align:left;
	background:black;
       }


copyright {font-size:5pt;}

a:link {color: #CC0000; text-decoration: underline; }
a:visited {color: #FF6633; text-decoration: underline; }
a:active {color: #E41B17; text-decoration: underline; }
a:hover {color: #440000; text-decoration: none; }

.boxed {
  width:500px;
  height:20px;
  border: 5px solid black;

	}

ul.a {list-style-type:disc;}


h1 {text-decoration:underline;}


.tab { margin-left: 40px; }



/*
hr {
 border: 1;
 width: 20%;
   }

*/